home *** CD-ROM | disk | FTP | other *** search
/ BBS in a Box 7 / BBS in a Box - Macintosh - Volume VII (BBS in a Box) (January 1993).iso / Files / Tele / S / SS2.1PATCH.TXT.cpt / SS2.1PATCH.TXT
Encoding:
Text File  |  1991-09-09  |  3.4 KB  |  74 lines  |  [TEXT/MACA]

  1. DESCRIPTION
  2. -----------
  3.  
  4.   Second Sight version 2.1 has a nasty bug that will, in appropriate
  5. cirumstances, raise your callers' time limits to exponential heights,
  6. sometimes even reaching the limit of 255.
  7.  
  8.   This bug occurs when a caller has a lot of credited time. In my case,
  9. it's often because I've spent a lot of time chatting with the user. Then
  10. if the user uses a command 50/51 application, upon his return the amount
  11. of time that I spent chatting with him is ADDED to his time limit. This means
  12. that this amount of time was actually added TWICE -- once when we exited
  13. chat and once when we came back into Second Sight from the external
  14. application.
  15.  
  16.   This patch will simply prevent this problem. However, PLEASE MAKE A
  17. BACKUP OF SECOND SIGHT BEFORE USING THIS FIX. It should not have any
  18. negative effects on anything, and it works beautifully for me, but don't
  19. hold me liable if it ruins your only copy of Second Sight. And also, please
  20. only do this on Second Sight version 2.1. I have no idea if it'll work
  21. on other versions, or even if it will be needed in future versions.
  22.  
  23. INSTALLATION
  24. ------------
  25.   Tools
  26.   -----
  27.       o Resedit
  28.           OR
  29.       o A file editor such as FEdit, Macsnoop, etc.
  30.  
  31.       o This text file
  32.  
  33.   Instructions
  34.   ------------
  35. 1. Go into ResEdit or your file editor and with it, open your Second Sight
  36.    application. In Resedit and most file editors, just choose "Open" from the
  37.    file menu and find your Second Sight application.
  38. 2. RESEDIT: Double click on the line or icon which says "CODE". When you
  39.    get a list, click on the line that says CODE ID=4, or (in Resedit 2.0 and
  40.    beyond, has a 4 in the left column.) If you're using version 2.0 or later,
  41.    go to the Resources menu and choose "Open using Hex editor." If you're using
  42.    a prior version, go to the file menu and choose "Open General."
  43.    FILE EDITOR: Set your file editor to edit the resource fork of the
  44.    application.
  45. 3. RESEDIT: Choose "Find Hex" from the "Find" menu.
  46.    FILE EDITOR: Find your "Find" command, and make sure it's set to hexadecimal
  47.    searching.
  48. 4. In the field where it asks you what to find, type the following:
  49.    102DE48ED12D9D16
  50.    Make sure you don't mistype it!
  51. 5. RESEDIT: When it finds that string, it will be selected. Re-Select ONLY
  52.    THE FIRST EIGHT DIGITS! In other words, the entire sequence will be
  53.    selected, but you ONLY want to select the part that says 102D E48E.
  54.    FILE EDITOR: If the cursor is not positioned over the beginning of the
  55.    sequence, position it there. If your file editor, instead of overwriting
  56.    data, will insert data, be sure to follow the Resedit instructions for
  57.    step 5.
  58. 6. Type the following:
  59.    70007000
  60.    The end result should be that the 102D E48E was replaced by 7000 7000.
  61. 7. Save your work. Some file editors require that you unlock them before
  62.    saving. Then quit, and your bug is fixed!
  63.  
  64. If you have any questions, I can be reached at the following:
  65. Forest Hills BBS: 718-268-1240
  66. GEnie: P.L.COOPER
  67. America Online: Tommy6
  68.  
  69. Just in case: I cannot be held responsible for any loss of data involved
  70. with installing this patch. Remember that changing a code resource is
  71. always risky. I can guarantee that this patch fixed the bug on my BBS. However,
  72. if there is even the smallest mistake made in these instructions, who knows
  73. what could happen.
  74.